This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Last Updated Field on a Form ~Xagra Lopveluzenoni 14.Jan.04 02:47 PM a Web browser Domino Designer 6.0.2 CF2Windows 2000
Here's something that should work:
1) In the postopen event, read in all the field values and store them in a List global variable with the field name as the key and the field value as the value.
2) In the querysave event, go through each field and compare to what is in the list.